home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_200 / 205_01 / detab.doc < prev    next >
Text File  |  1980-01-01  |  512b  |  20 lines

  1. -------------------------------------------------------------------------------
  2.  DETAB
  3. -------------------------------------------------------------------------------
  4.  
  5. Format:
  6.  
  7.      detab filename
  8.  
  9. Purpose:
  10.  
  11. The DETAB command takes the text in the specified file and removes the TABs 
  12. within it (to reverse the action, use the ENTAB command).
  13.  
  14. Example:
  15.  
  16. Remove the spaces from the file named detab.c and write it to the file named 
  17. detab.new.
  18.  
  19.      detab detab.c > detab.new
  20.